home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 January
/
ChipCD_1.03.iso
/
oddech
/
bsen
/
BSinstall.exe
/
BecheruvSen.exe
/
scripts
/
DefineButton2_877
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2002-11-01
|
237b
|
14 lines
on(release){
_root.imusic = 1;
if(_root.gstate == 1)
{
getUrl("FSCommand:exec", "player.exe\tmn.mid");
}
else
{
_root.playmusic();
}
_parent.musicz0.gotoAndStop("e");
gotoAndStop(2);
}